home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
dev
/
misc
/
egs.lha
/
EGS
/
EGS_Devels
/
Examples
/
EGS_Gadget
/
includes.c
< prev
Wrap
C/C++ Source or Header
|
1993-02-17
|
1KB
|
56 lines
/*
* Extra Amiga-Includes
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <dos/dos.h>
#include <exec/memory.h>
#include <proto/dos.h>
#include <proto/exec.h>
/*
* These are all EGS-Includes
*
*/
#include <egs/egs.h>
#include <egs/egsblit.h>
#include <egs/egslayers.h>
#include <egs/egsgfx.h>
#include <egs/egsintui.h>
#include <egs/egsgadbox.h>
#include <egs/egsrequest.h>
#include <egs/egb/gbmenuselect.h>
#include <egs/egb/gbradio.h>
#include <egs/egb/gbscrollbox.h>
#include <egs/egb/gbselect.h>
#include <egs/egb/gbsets.h>
#include <egs/egb/gbtextinfo.h>
/*
* Include Pragma-Files
*/
/* see in protos */
/*
* Include Proto-Files
*/
#include <egs/proto/egs.h>
#include <egs/proto/egsblit.h>
#include <egs/proto/egslayers.h>
#include <egs/proto/egsgfx.h>
#include <egs/proto/egsintui.h>
#include <egs/proto/egsgadbox.h>
#include <egs/proto/egsrequest.h>
#include <egs/proto/gbmenuselect.h>
#include <egs/proto/gbradio.h>
#include <egs/proto/gbscrollbox.h>
#include <egs/proto/gbselect.h>
#include <egs/proto/gbsets.h>
#include <egs/proto/gbtextinfo.h>
/*
*/